#youtube-container {
    background: #111;
    padding: 0;
}
#youtube-container iframe {
    width: 100%;
}
.yt-playlist {
    height: 641px;
    overflow-y: auto;
    padding: 0;
}
.yt-playlist li {
    border-bottom: solid 1px #333;
}
.yt-playlist a {
    text-decoration: none;
    color: #333;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.yt-playlist li span {
    display: inline-block;
    margin-left: -60px;
    padding-left: 70px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 1em;
}
.yt-playlist li:hover,
.yt-playlist .selected {
    background: #333;
}
.yt-playlist a:hover,
.yt-playlist .selected a {
    color: white;
}
.yt-playlist img {
    width: 60px;
}
